home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / news / inn-1.4-l / inn-1 / inn-1.4-linux-0.1 / site / control.ctl next >
Text File  |  1993-08-21  |  1KB  |  47 lines

  1. ##  $Revision: 1.3 $
  2. ##  control.ctl - access control for control messages
  3. ##  Format:
  4. ##    <message>:<from>:<newsgroups>:<action>
  5. ##  The last match found is used.
  6. ##    <message>    Control message or "all" if it applies
  7. ##            to all control messages.
  8. ##    <from>        Pattern that must match the From line.
  9. ##    <newsgroups>    Pattern that must match the newsgroup being
  10. ##            newgroup'd or rmgroup'd (ignored for other messages).
  11. ##    <action>    What to do: 
  12. ##                doit    Perform action (usually sends mail too)
  13. ##                doifarg    Do if command has an arg (see sendsys)
  14. ##                doit=xxx    Do action; log to xxx (see below)
  15. ##                drop    Ignore message
  16. ##                log        One line to error log
  17. ##                log=xxx    Log to xxx (see below)
  18. ##                mail    Send mail to admin
  19. ##            xxx=mail to mail; xxx= (empty) to toss; xxx=/full/path
  20. ##            to log to /full/path; xxx=foo to log to ${LOG}/foo.log
  21.  
  22. ##    DEFAULT
  23. all:*:*:mail
  24.  
  25. ##    CHECKGROUPS MESSAGES
  26. checkgroups:*:*:mail
  27.  
  28. ##    IHAVE/SENDME MESSAGES
  29. ihave:*:*:drop
  30. sendme:*:*:drop
  31.  
  32. ##    NEWGROUP MESSAGES
  33. newgroup:*:*:log=newgroup
  34. newgroup:*:*:doit=mail
  35.  
  36. ##    RMGROUP MESSAGES
  37. rmgroup:*:*:mail
  38.  
  39. ##    SENDSYS
  40. sendsys:*:*:mail
  41.  
  42. ##    SENDUUNAME
  43. senduuname:*:*:doit=mail
  44.  
  45. ##    VERSION
  46. version:*:*:doit=mail
  47.